Leaflet.getChildByName

Finds the child of @self with @name.

Returns NULL if there is no child with this name.

See [property@LeafletPage:name].

class Leaflet
getChildByName
(
string name
)

Parameters

name string

the name of the child to find

Return Value

Type: Widget

the requested child of @self

Meta